object AboutForm: TAboutForm Left = 202 Top = 111 BorderStyle = bsDialog Caption = 'About PowerArchiver' ClientHeight = 361 ClientWidth = 420 Color = clWhite ParentFont = True KeyPreview = True OldCreateOrder = True Scaled = False OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ContactL: TLabel Left = 19 Top = 304 Width = 289 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Contact:' end object PowerArchiverLogo: TImage Left = 65 Top = 14 Width = 250 Height = 120 AutoSize = True Picture.Data = {} end object ALRL: TLabel Left = 13 Top = 169 Width = 287 Height = 15 AutoSize = False Caption = 'Internet:' end object Bevel: TBevel Left = 11 Top = 185 Width = 305 Height = 9 Shape = bsTopLine end object RegTOL: TLabel Left = 11 Top = 194 Width = 126 Height = 13 Caption = 'This product is licensed to:' end object RegNameL: TLabel Left = 16 Top = 211 Width = 300 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'All Rights Reserved' end object Label1: TLabel Left = 15 Top = 341 Width = 97 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Email:' end object InternetL: TLabel Left = 13 Top = 321 Width = 97 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Internet:' end object PowerArchiverLogo256: TImage Left = 65 Top = 14 Width = 250 Height = 120 AutoSize = True Picture.Data = {} end object Image1: TImage Left = 9 Top = 78 Width = 122 Height = 70 AutoSize = True Picture.Data = {} end object VersionL: TLabel Left = 11 Top = 9 Width = 281 Height = 16 AutoSize = False Caption = 'Version: 6.00.0 BETA 2 (8th August, 2000.)' Transparent = True end object Image2: TImage Left = 9 Top = 78 Width = 122 Height = 70 AutoSize = True Picture.Data = {} end object ConeXwareComLabel: TTBXLabel Left = 11 Top = 153 Width = 238 Height = 13 Cursor = crHandPoint Caption = 'Copyright � 1999-2004 ConeXware, Inc.' Wrapping = twNone OnClick = ConeXwareComLabelClick OnMouseEnter = ConeXwareComLabelMouseEnter OnMouseLeave = ConeXwareComLabelMouseLeave end object PowerArchiverComLabel: TTBXLabel Left = 115 Top = 321 Width = 182 Height = 13 Cursor = crHandPoint Caption = 'http://www.powerarchiver.com' OnClick = PowerArchiverComLabelClick OnMouseEnter = PowerArchiverComLabelMouseEnter OnMouseLeave = PowerArchiverComLabelMouseLeave end object SupportEmailLabel: TTBXLabel Left = 115 Top = 341 Width = 190 Height = 13 Cursor = crHandPoint Caption = 'support@conexware.com' OnClick = SupportEmailLabelClick OnMouseEnter = SupportEmailLabelMouseEnter OnMouseLeave = SupportEmailLabelMouseLeave end object CopyrightMemo: TMemo Left = 11 Top = 232 Width = 305 Height = 65 Lines.Strings = ( 'Main Developer: Ivan Petrovic' '' 'UnZipDLL v1.6 and ZipDLL v1.6 � by Eric W. Engler' 'UnRarDLL v2.0 � by Eugene Roshal' 'UnAceDLL � by Marcel Lemke' 'CabinetDLL v1.00.603 � Microsoft Corporation' '' 'UnARC, UnARJ, UnBH, UnLZH, UnZOO, UnGZIP, ' 'UnTAR, BH, LHA, TAR, GZIP, UUEncode, Encode' ' by MicroChip Data Systems / Carl Bunton' '' 'Default Toolbar Skin by David Cornish' 'Icons by Will Ryan' '' 'Special thanks to David Cornish (the author of ' 'SFXMaker) for many suggestions, help he gave me, ...' '' 'Click on '#39'Credits'#39' for details...') ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object OKButt: TButton Left = 323 Top = 8 Width = 93 Height = 25 Caption = 'OK' Default = True TabOrder = 1 OnClick = OKButtClick end object OrderingButt: TButton Left = 323 Top = 48 Width = 93 Height = 25 Caption = '&Ordering Info' TabOrder = 2 OnClick = OrderingButtClick end object LicenseButt: TButton Left = 323 Top = 80 Width = 93 Height = 25 Caption = '&License' TabOrder = 3 OnClick = LicenseButtClick end object RegisterButt: TButton Left = 323 Top = 112 Width = 93 Height = 25 Caption = '&Register' TabOrder = 4 OnClick = RegisterButtClick end object AcknowledgmentsButt: TButton Left = 323 Top = 296 Width = 93 Height = 25 Caption = '&Credits' TabOrder = 5 OnClick = AcknowledgmentsButtClick end object FAQButt: TButton Left = 323 Top = 328 Width = 93 Height = 25 Caption = '&FAQ' TabOrder = 6 OnClick = FAQButtClick end end